![]() |
When creating file content, write line and paragraph separators using the special Unicode characters intended for this purpose--U+2028 and U+2029--instead of using some combination of CR and LF. This makes the content more portable; when the content is read on a particular platform, these Unicode separators can be converted to the separators customary for that platform.